CSharpTest.Net
Remove(String[],String,String) Method
See Also  Send Feedback Download Help File
CSharpTest.Net.Library Assembly > CSharpTest.Net.Utils Namespace > ArgumentList Class > Remove Method : Remove(String[],String,String) Method

arguments
find
value

Glossary Item Box

Searches the arguments until it finds a switch or value by the name in find and if found it will: A) Remove the item from the arguments B) Set the out parameter value to any value found, or null if just '/name' C) Returns true that it was found and removed.

Syntax

Visual Basic (Declaration) 
Public Overloads Shared Function Remove( _
   ByRef arguments As String(), _
   ByVal find As String, _
   ByRef value As String _
) As Boolean
C# 
public static bool Remove( 
   ref string[] arguments,
   string find,
   out string value
)

Parameters

arguments
find
value

Requirements

Target Platforms: Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, Windows 7

See Also

Generated with Document! X 2011 by Innovasys